home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / expd.xml < prev    next >
Text File  |  2002-08-30  |  3KB  |  71 lines

  1. <search function="expd">
  2.   <name>expedia.com</name>
  3.   <description>
  4.     Find the lowest roundtrip fares published by the airlines and when they are available.  
  5.     <br/><br/>
  6.     The easiest way to use this search is if you already know the airport codes for the airports from which you are traveling.  In that case simply type "expd ORG DES" where ORG and DES are the airport codes of your origin and destination, respectively.  If you wish to search for cities by name, seperate the cities with a semicolon; searching by city will often return several airport choices for each city.  You can also use the semicolon if you know one airport code but not the other.
  7.  
  8.     <div class="helpboxDescLabels">Examples:</div>
  9.     <table class="helpboxDescTable">
  10.           <tr><td>expd ith sea</td></tr>
  11.           <tr><td>expd new york; london</td></tr>
  12.                 <tr><td>expd lhr; berlin</td></tr>
  13.     </table>
  14.   </description>
  15.   <category>Travel</category>
  16.   <link>http://www.expedia.com/</link>
  17.   <contributor>Allen B. MacKenzie</contributor>
  18.   
  19.   <form name="expdf"
  20.         action="http://www.expedia.com/pub/agent.dll"
  21.         method="post">
  22.     <input type="hidden" name="qscr" value="fpfl" />
  23.     <input type="hidden" name="flag" value="q" />
  24.     <input type="hidden" name="subm" value="" />
  25.     <input type="hidden" name="wsds" value="" />
  26.     <input type="hidden" name="trpt" value="2" />
  27.     <input type="hidden" name="frwd" value="0" />
  28.     <input type="hidden" name="pcit1" value="" />
  29.     <input type="hidden" name="city1" id="edCity1" value="" />
  30.     <input type="hidden" name="airp1" value="" />
  31.     <input type="hidden" name="pctd1" value="" />
  32.     <input type="hidden" name="citd1" id="edCitd1" value="" />
  33.     <input type="hidden" name="dair1" value="" />
  34.  
  35.   </form>
  36.   
  37.   <script><![CDATA[
  38.     function expd(q)
  39.     {
  40.       if( nullArgs("expd", q) )
  41.         return false;
  42.  
  43.       vars_semi = q.split(";")
  44.       if (vars_semi.length == 2)
  45.       {
  46.         document.expdf.city1.value = vars_semi[0];
  47.         document.expdf.citd1.value = vars_semi[1];
  48.         submitForm(expdf);
  49.       } else if (vars_semi.length = 1)
  50.       {
  51.         vars_space = q.split(" ")
  52.         if (vars_space.length == 2) {
  53.           document.expdf.city1.value = vars_space[0];
  54.           document.expdf.citd1.value = vars_space[1];
  55.           submitForm(expdf);
  56.         } else {
  57.           nullArgs("expd","?");
  58.         }
  59.       } else {
  60.         nullArgs("expd","?");
  61.       }
  62.     }
  63.   ]]></script>
  64.  
  65.   <copyright>
  66.     Copyright (c) 2002 David Bau
  67.     Distributed under the terms of the
  68.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  69.   </copyright>
  70. </search>
  71.